.footer {
    width: 100%;
	height: 410px;
    background: url(../images/f_bg.jpg) no-repeat center;
}
.footer a:hover, .f_bottom a:hover {
	text-decoration: underline;
}
.footer .f_circle {
	width: 150px;
	height: 150px;
	background-color: #e5e5e5;
	border-radius: 75px;
	margin: 0 auto;
	position: relative;
	top: -75px;
	transition: 1.2s;
	overflow: hidden;
}
.footer .f_circle:hover {
	top: -50px;
}
.footer .f_circle>div {
	width: 125px;
	height: 125px;
	background-color: #75bc3c;
	border-radius: 63px;
	margin: 12px auto;
	text-align: center;
	overflow: hidden;
}
.footer .f_circle p:nth-of-type(1) {
	width: 44px;
	margin: 24px auto 0;
	font-size: 22px;
	color: #fff;
	line-height: 27px;
}
.footer .f_circle p:nth-of-type(2) {
	font-size: 14px;
	color: #fff;
	line-height: 1;
	margin-top: 9px;
}
.footer .f_con {
	width: 100%;
	height: 200px;
	position: relative;
	top: -18px;
}
.footer .f_mes {
	float: left;
	width: 450px;
}
.footer .f_mes>p {
	font-size: 14px;
	color: #fff;
	line-height: 32px;
	margin-bottom: 18px;
}
.footer .f_mes>p>img {
	float: left;
	margin-right: 12px;
}
.footer .f_ew {
	float: left;
	text-align: center;
	margin-left: 20px;
	font-size: 0;
}
.footer .f_ew>div {
	display: inline-block;
	width: 112px;
	line-height: 0;
}
.footer .f_ew>div:nth-of-type(1) {
	margin-right: 34px;
}
.footer .f_ew img {
	width: 100%;
	height: 112px;
}
.footer .f_ew>div>p {
	font-size: 14px;
	color: #fff;
	line-height: 1;
	margin-top: 11px;
}
.footer .f_right {
	float: right;
	width: 355px;
}
.footer .f_right p {
	margin-bottom: 18px;
}
.footer .f_right p, .footer .f_right a {
	font-size: 14px;
	color: #fff;
	line-height: 1;
}

.link {
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
}
.link span, .link a {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	line-height: 60px;
}
.link span:nth-of-type(1) {
	font-weight: bold;
	color: #75bc3c;
	margin-right: 8px;
}
.link a {
	margin-right: 13px;
}